getAPIVersion
Returns a value indicating the revision level of the Nexus API.
Sample Request
<mmRequest command="getAPIVersion" />
Request Notes
None
Sample Reply
<mmReply command="getAPIVersion" status="ok"> <contents> <version>5001</version> </contents> </mmReply>
Reply Notes
If the reply does not contain status="ok" then the Nexus API is from before this command became available and you will need to check the version of MusicMaster to know what API functions are available.
Version – an integer numeric ID indicating the revision level of the Nexus API. This value will be increased on future releases. These numbers may not be sequential. See Section III for the API revision history.
Compatibility and Version Info
Available with MusicMaster 5.0sr3 and later [5001]